[INFO] fetching crate omdbrs 2.5.0...
[INFO] checking omdbrs-2.5.0 against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1
[INFO] extracting crate omdbrs 2.5.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate omdbrs 2.5.0
[INFO] finished tweaking crates.io crate omdbrs 2.5.0
[INFO] tweaked toml for crates.io crate omdbrs 2.5.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate omdbrs 2.5.0 on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 200 packages to latest compatible versions
[INFO] [stderr]       Adding clap v2.34.0 (available: v4.6.1)
[INFO] [stderr]       Adding reqwest v0.9.24 (available: v0.13.4)
[INFO] [stderr]       Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded custom_error v1.9.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 461e5804046e4e5fdd2fd697ee814e2d5621f4ad2ff532444e51b97d18c4256d
[INFO] running `Command { std: "docker" "start" "461e5804046e4e5fdd2fd697ee814e2d5621f4ad2ff532444e51b97d18c4256d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "461e5804046e4e5fdd2fd697ee814e2d5621f4ad2ff532444e51b97d18c4256d" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "461e5804046e4e5fdd2fd697ee814e2d5621f4ad2ff532444e51b97d18c4256d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "461e5804046e4e5fdd2fd697ee814e2d5621f4ad2ff532444e51b97d18c4256d" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking custom_error v1.9.2
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking omdbrs v2.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/lib.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |             Err(e) => return Err(FilmError::FilmNotFound)
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/lib.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 |             Err(e) => return Err(FilmError::FilmNotFound)
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/lib.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |             Err(e) => return Err(FilmError::FilmNotFound)
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/lib.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 |             Err(e) => return Err(FilmError::FilmNotFound)
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Title` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     Title: String,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to snake case: `title`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Year` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     Year: String,
[INFO] [stdout]     |     ^^^^ help: convert the identifier to snake case (notice the capitalization): `year`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Runtime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     Runtime: String,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to snake case: `runtime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Rated` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     Rated: String,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to snake case: `rated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Released` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     Released: String,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `released`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Genre` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     Genre: String,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to snake case: `genre`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Director` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     Director: String,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `director`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Writer` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |     Writer: String,
[INFO] [stdout]     |     ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `writer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Actors` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 123 |     Actors: String,
[INFO] [stdout]     |     ^^^^^^ help: convert the identifier to snake case: `actors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Plot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout] 124 |     Plot: String,
[INFO] [stdout]     |     ^^^^ help: convert the identifier to snake case: `plot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Language` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 |     Language: String
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Title` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     Title: String,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to snake case: `title`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Year` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     Year: String,
[INFO] [stdout]     |     ^^^^ help: convert the identifier to snake case (notice the capitalization): `year`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Runtime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     Runtime: String,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to snake case: `runtime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Rated` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     Rated: String,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to snake case: `rated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Released` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     Released: String,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `released`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Genre` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     Genre: String,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to snake case: `genre`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Director` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     Director: String,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `director`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Writer` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |     Writer: String,
[INFO] [stdout]     |     ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `writer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Actors` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 123 |     Actors: String,
[INFO] [stdout]     |     ^^^^^^ help: convert the identifier to snake case: `actors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Plot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout] 124 |     Plot: String,
[INFO] [stdout]     |     ^^^^ help: convert the identifier to snake case: `plot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Language` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 |     Language: String
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to snake case: `language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
[INFO] running `Command { std: "docker" "inspect" "461e5804046e4e5fdd2fd697ee814e2d5621f4ad2ff532444e51b97d18c4256d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "461e5804046e4e5fdd2fd697ee814e2d5621f4ad2ff532444e51b97d18c4256d", kill_on_drop: false }`
[INFO] [stdout] 461e5804046e4e5fdd2fd697ee814e2d5621f4ad2ff532444e51b97d18c4256d
